Carbon


FSGetDataForkName

Header: Files.h Carbon status: Supported

Returns a Unicode string constant for the name of the data fork.

OSErr FSGetDataForkName (
    HFSUniStr255 *dataForkName
);
dataForkName

On return, a pointer to the Unicode name of the data fork, in an HFSUniStr255 structure. On input, a pointer to an empty HFSUniStr255 structure.

function result

A result code.

DISCUSSION

There is no parameter block-based form of this call since it is not dispatched to individual volume formats, and does not require any I/O.

AVAILABILITY

Supported in Carbon. Available in Mac OS 9, and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)